
		
		img {border:none;}
		
		div#items a {
			text-decoration:none;
			color:#3deeee;	
		}
		
		div#items {
			width:980px;
			margin:0 auto;
			
		}

		#items .item {
			display:block;
			width:243px;
			height:153px;
			border: 1px solid rgb(137, 171, 191);
			float:left;
			position:relative;
		}
		
		#items .item .caption {	
			position:absolute;
			top:130px;
			left:2px;
			padding:3px;
			font-size:14px;
			width:235px;
			display:block;
                        color:#FFFFFF;
			background:rgb(0, 0, 0);
			filter: alpha(Opacity=65); 
			opacity: 0.65; 
			-moz-opacity: 0.65;
			text-align:center;
		}
            
				
		.clear {
			clear:both;	
		}
	
		.effect {
			box-shadow: 0 0 10px rgb(0, 0, 0);	
			-moz-box-shadow: 0 0 10px #000;	
			-webkit-box-shadow: 0 0 10px #000;
                          filter: alpha(Opacity=55); 
			opacity: 0.55; 
			-moz-opacity: 0.55;	
		}